ComponentOne ASP.NET MVC Controls
ItemsSourceAction Method

C1.Web.Mvc.Fluent Namespace > AutoCompleteBaseBuilder<T,TControl,TBuilder> Class : ItemsSourceAction Method
The value.
Configurates C1.Web.Mvc.AutoCompleteBase<T>.ItemsSourceAction. Sets the action name for data.
Syntax
'Declaration
 
Public Overridable Function ItemsSourceAction( _
   ByVal value As String _
) As TBuilder
public virtual TBuilder ItemsSourceAction( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

AutoCompleteBaseBuilder<T,TControl,TBuilder> Class
AutoCompleteBaseBuilder<T,TControl,TBuilder> Members